
.container-one{
    background: linear-gradient(95deg,#ffffff 20%,#89347B 100%);
    width: 100%;
padding-bottom: 50px;
    min-width: 500px;
  
}
.container h2{
    font-family: 'Oswald', sans-serif;
    margin: 0 auto;
    color: black;
    font-size: 3em;
    text-align: center;
    padding: 60px 0;
}
.TableContainer{
    
    width: 80%;
    margin: 0 auto;
    min-width: 500px;
    overflow-x: auto;
}
.TableHolder{
    margin: 0 auto;
    width: 100%;
    text-align: left;
    color: black;
    cursor: default;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 20px;
}
.TableHolder tr:first-child th{
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 15px 15px;
    background-color: #ffffff44;
    font-size: 1.1em;
}
.TableHolder tr td, .TableHolder tr:not(:first-child) th{
    padding: 12px 10px 20px;
    position: relative;
    font-weight: normal;
    text-align: justify;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.TableHolder tr:not(:first-child) th{
    transition: all 1s ease-out;
}

.TableHolder tr td::after, .TableHolder tr:not(first-child) th::after{
    width: 0;
    height: 2px;
    background-color: #ffffff22;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.1s ease-out 0.2s, height 0.2s ease 0.4s;
}

.TDActiv::after{
    width: calc(100% - 20px) !important;
    height: 100% !important;
}



/*------------------------Own Content ------------------------*/
.tab-all{
    padding-top: 10px;
    padding-bottom: 10px;  
}

.tab-all h1{
    color: #000000;
    font-family: "Roboto", sans-serif;
}


.rec h1 {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
color: black;
    margin-top: 5px;
    padding-bottom: 5px;
}

.rec p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    padding-bottom: 25px;
    text-align: justify;
    color: black;
}

.rec h6{
    color: white;
}